1. Copy all files within the folder "Release .v.8.3" to your desired directory (root).
2. Open IIS and create an application for the root directory; name this application "TriptychBlog_v83" or TriptychBlog will not function. Also create an application for the directory "Admin" which is found within the root directory name this application "Admin".
3. Open "web.donfig" (Loacted in the root directory). Locate the line <user name="root" password="root"/> and change the name and password characterisitc to your desired login information.
4. Right-Click on NewsData.mdb (Located in the root directory) and go to properties. Select the "Security" tab. Then select the user profile "Users", enusre that the read and write premissions are checked.
5. Installation is now complete! Navigate to your installation directory and ensure that TriptychBlog loads.
Troubleshooting
1. All design related information is located in styles.css. All images are located in "images" Everything is fully customizable.
2. If you desire to use the raw source files you will need to add src="XXXX.cs" to each page, where XXXX is the name of the source file; either deafult.cs, or admin.cs.
3. To change the title of each page you will need to open deafault.aspx and comments.aspx within the root directory and change <title>TripychStudios</title> to <title>XXXXXXXXX</title>.
4. TriptychBlog.master is the template page which can be fully edited as long as the asp:contentplaceholder...></...> tags remain in place.
5. To edit your blogroll you must open "blogroll.xml" and add another <item> section for each link.
6. To edit the categories you must open "category.xml" and add another <item> section for each category.
7. To change the message displayed when comments are locked or protected open "comments.aspx" and find <asp:Panel> tag with an id of either protected or locked and edit the text within that tag.
8. To add links to the top of TriptychBlog open "TriptychBlog.master" and locate the div with an id of Nav. Simply add another <li> tag with your link inside it.
9. The Archives section does NOT function. It is located in "TriptychBlog.master" and can easily be deleted with no harm.
Change Log
1. Addnews.aspx, EditArticle.aspx, cat.aspx, and TriptychBlog.master now reads from category.xml.
2. TriptychBlog.master now reads from blogrool.xml.
3. New Skin, CSS file and Layout.
4. Cat.aspx has been added to display only results from a given category.
5. The database has NOT changed which means you can continue using your version .8.2 database, but none before that.
6. Added support for protected, and locked comments which can be edited in the admin panel.